home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / Interfaces&Libraries / Universal / Interfaces / PInterfaces / SoundComponents.p < prev    next >
Encoding:
Text File  |  1998-08-17  |  887 b   |  45 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        SoundComponents.p
  3.  
  4.      Contains:    Sound Components Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.2
  8.  
  9.      Copyright:    © 1991-1998 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. }
  17. {$IFC UNDEFINED UsingIncludes}
  18. {$SETC UsingIncludes := 0}
  19. {$ENDC}
  20.  
  21. {$IFC NOT UsingIncludes}
  22.  UNIT SoundComponents;
  23.  INTERFACE
  24. {$ENDC}
  25.  
  26. {$IFC UNDEFINED __SOUNDCOMPONENTS__}
  27. {$SETC __SOUNDCOMPONENTS__ := 1}
  28.  
  29. {$I+}
  30. {$SETC SoundComponentsIncludes := UsingIncludes}
  31. {$SETC UsingIncludes := 1}
  32.  
  33. {  obsolete file, all sound interfaces have been moved to Sound.[hpar] }
  34. {$IFC UNDEFINED __SOUND__}
  35. {$I Sound.p}
  36. {$ENDC}
  37.  
  38. {$SETC UsingIncludes := SoundComponentsIncludes}
  39.  
  40. {$ENDC} {__SOUNDCOMPONENTS__}
  41.  
  42. {$IFC NOT UsingIncludes}
  43.  END.
  44. {$ENDC}
  45.